home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 13 / AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso / rexx / listtasks.sirexx < prev    next >
Text File  |  1997-08-28  |  219b  |  12 lines

  1. /* DIsplay the list of tasks on your system in the current shell */
  2.  
  3. address 'INSPECTOR.1'
  4. options results
  5.  
  6. SetDisplay 17
  7. SaveList "T:SI.temp"
  8.  
  9. address command "Type T:SI.temp"
  10. address command "delete >NIL: T:SI.temp"
  11.  
  12.